PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setAfterSaveAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is saved.
In This Topic
    setAfterSaveAction Method
    In This Topic
    Sets the javascript action to execute after the document is saved.
    Syntax
    public void setAfterSaveAction( 
       PDFJavaScriptAction value
    )

    Parameters

    value
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is saved.
    See Also